home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB User's Guide / Visual MSB User's Guide.rsrc / PICT_11.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  112KB  |  816x1056  |  16-bit (953 colors)
Labels: book | hakham | monitor | reckoner
OCR: Examples: START Dim a% b!, name$ 200 We just created new local vari iables Please note that names$ single variable with max of 200 chars, NOT an array b! 63.123 single f] loati inc point) and equals 63.123 is an integer 'and equals 6 it truncates right of the decimal point STR a- degrees name$ equals the ing "The temper Start Procedure There is a special procedure in every Visual MacStandardBasic progr ram this called the START procedure There should be one and only one START procedure ir every Visual MacStandardBasic project. Progr ram execution of every Visual MacStandardBasic prog ram starts at START The FINISH statement designates the end of the START procedure Example START Dim A& Num& For Num=0 Next Num End FINISH Sub and Function Procedures Progr rams that you will write in Visual M ...